<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
}
/* 初始化标签在所有浏览器中的margin、padding值 */
fieldset,
img {
  border: 0 none;
}
/* 重置fieldset（表单分组）、图片的边框为0*/
dl,
ul,
ol,
menu,
li {
  list-style: none;
}
/* 重置类表前导符号为onne,menu在HTML5中有效 */
blockquote,
q {
  quotes: none;
}
/* 重置嵌套引用的引号类型 */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* 重置嵌套引用*/
input,
select,
textarea,
button {
  vertical-align: middle;
  border: 0;
  outline: 0;
}
/* 重置表单控件垂直居中*/
button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}
/* 重置表单button按钮效果 */
body {
  background: #fff;
}
/* 重置body 页面背景为白色 */
body,
th,
td,
input,
select,
textarea,
button {
  font-size: 12px;
  line-height: 1 ;
  font-family: "微软雅黑", "黑体", "宋体";
  color: #666;
}
/* 重置页面文字属性 */
a {
  color: #666;
  text-decoration: none;
}
/* 重置链接a标签 */
a:active,
a:hover {
  text-decoration: none;
}
/* 重置链接a标签的鼠标滑动效果 */
address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: normal;
}
/* 重置样式标签的样式 */
caption {
  display: none;
}
/* 重置表格标题为隐藏 */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
/* 重置table属性 */
img {
  vertical-align: top;
}
/* 图片在当前行内的垂直位置 */
/* 页面设置 */
/* 取消a标签点击后的虚线框 */
a {
  outline: none;
}
a:active,
a:focus {
  text-decoration: none;
}
/* 设置页面文字等在拖动鼠标选中情况下的背景色与文字颜色 */
/*
::selection {color: #fff;background-color: #4C6E78;}
::-moz-selection {color: #fff;background-color: #4C6E78;}
*/
/*清除浮动*/
.clear {
  clear: both;
}
/*清除浮动--推荐使用*/
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.lf {
  float: left;
}
.rt {
  float: right;
}
.text_over {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
* {
  box-sizing: border-box;
}
.header_content,
.logo,
.nav_list,
.content,
.foot_content {
  width: 1200px;
  margin: 0 auto;
}
.content_n {
  width: 930px;
}
.crumbs {
  text-align: right;
  font-size: 14px;
  color: #999;
  margin-top: 20px;
}
.crumbs a {
  color: #999;
  text-decoration: none;
}
.crumbs a:hover {
  text-decoration: none;
}
.classes {
  margin-top: 30px;
}
.classes li {
  float: left;
  width: 120px;
  margin-right: 15px;
}
.classes li.active a {
  background: #fba500;
}
.classes li a {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #ffffff;
  background: #999999;
  text-align: center;
}
.classes li a:hover {
  background: #fba500;
}
.page {
  margin: 100px auto 80px auto;
  float: left;
  margin-left: 35%;
}
.page nav{
  background: #fff;
}

.page li {
  float: left;
  margin: 0 10px;
}
.page li.active span {
  border: 0;
}
.page li a,
.page li span {
  display: block;
  padding: 10px;
  border: 1px solid #DDDDDD;
  font-size: 14px;
  color: #000;
}
.page li a:hover,
.page li span:hover {
  background: #faa80b;
}
header .header {
  height: 40px;
  background: #e8e8e8;
}
header .header a {
  font-size: 12px;
  line-height: 40px;
}
header .header a i {
  display: inline-block;
  position: relative;
  top: 3px;
  width: 15px;
  height: 15px;
  background: url("../img/sc-icon.png") no-repeat;
}
header .header a:first-child {
  margin-right: 50px;
}
header .header a:first-child i {
  background: url("../img/sy-icon.png") no-repeat;
}
header .header span {
  font-size: 12px;
  line-height: 40px;
}
header .logo {
  padding: 20px 0;
}
header .logo &gt; img {
  margin-top: 20px;
}
nav {
  height: 50px;
  background: #074898;
}
nav .nav_list li.item {
  float: left;
  width: 168px;
  position: relative;
}
nav .nav_list li.item:hover .nav_downlist {
  display: block;
}
nav .nav_list li.item.active &gt; a {
  background: #e89900;
}
nav .nav_list li.item &gt; a {
  float: left;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  width: 100%;
  text-decoration: none;
}
nav .nav_list li.item &gt; a:hover {
  background: #e89900;
}
nav .nav_list li.item .nav_downlist {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(7, 17, 27, 0.5);
  width: 650px;
  z-index: 100;
}
nav .nav_list li.item .nav_downlist li {
  float: left;
  width: 160px;
  height: 50px;
}
nav .nav_list li.item .nav_downlist li a {
  float: left;
  width: 100%;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
}
nav .nav_list li.kw {
  position: relative;
  width: 360px;
  float: left;
}
nav .nav_list li.kw input {
  width: 360px;
  background: #ffffff;
  font-size: 16px;
  height: 50px;
  border: 0;
  padding: 5px 10px;
}
nav .nav_list li.kw #search_btn {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 23px;
  height: 23px;
  background: url("../img/search-btn.png") no-repeat;
}
aside {
  position: fixed;
  top: 225px;
  right: 0;
  z-index: 10;
}
aside a {
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
}
footer .foot {
  height: 150px;
  background: #333333;
}
footer .foot .foot_content div {
  float: left;
  margin-top: 40px;
}
footer .foot .foot_content .foot_logo {
  border-right: 1px solid #484848;
  margin-right: 50px;
  padding: 15px 50px 15px 0;
}
footer .foot .foot_content .foot_nav {
  color: #ffffff;
  font-size: 16px;
  width: 570px;
}
footer .foot .foot_content .foot_nav a {
  color: #ffffff;
  font-size: 14px;
}
footer .foot .foot_content .foot_nav .foot_list {
  margin-top: 8px;
}
footer .foot .foot_content .foot_nav .foot_list li {
  float: left;
  margin-right: 20px;
  line-height: 28px;
  min-width: 70px;
}
footer .foot .foot_content .foot_nav .foot_list li a {
  display: block;
}
footer .foot .foot_content .foot_rt {
  color: #ffffff;
  font-size: 14px;
}
footer .foot .foot_content .foot_rt img {
  margin-right: 25px;
  vertical-align: middle;
}
footer .footer {
  height: 90px;
  background: #222222;
  text-align: center;
  color: #ffffff;
  padding-top: 7px;
  overflow: hidden;
}
footer .footer p {
  margin-top: 8px;
}
.aside_nav {
  width: 250px;
}
.aside_nav .nav_top {
  height: 60px;
  line-height: 60px;
  background: url("../img/aside-top.png") no-repeat;
}
.aside_nav .nav_top h2 {
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #ffffff;
}
.aside_nav .nav_top i {
  display: inline-block;
  width: 19px;
  height: 17px;
  background: url("../img/gl-icon.png") no-repeat;
  margin: 0 20px;
  vertical-align: middle;
}
.aside_nav .aside_list { 
  margin-top: 8px;
  width: 215px;
  background: #EEEEEE;
}
.aside_nav .aside_list li {
  height: 45px;
  line-height: 45px;
}
.aside_nav .aside_list li.active a {
  color: #faa80b;
}
.aside_nav .aside_list li.active a i {
  background: #faa80b;
}
.aside_nav .aside_list li a {
  display: block;
  padding-left: 50px;
  font-size: 16px;
}
.aside_nav .aside_list li a i {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-left: 50px;
  vertical-align: middle;
}
.aside_nav .aside_list li a:hover {
  color: #faa80b;
}
.aside_nav .aside_list li a:hover i {
  background: #faa80b;
}
</pre></body></html>